Skip to main content
Version: 2.13.10 - 2.13.9

NB IoT

api.nbSend(addr, port, msg, timeout, type, nownewdatatimeout, rxport)

Sends buffer msg to NB on specified IP, port and protocol type. Maximum length of Rx and Tx messages is 512 Bytes. Maximum execution time is limited by timeout milliseconds.

api.nbReceiveBuffer(...)

Function to activate, configure and use NB-IoT scratchpad buffer.

api.nbAT(command, arg2, wakeUp)

Sends an AT command to NB module with specified timeout. Or use one of the defined commands.

api.nbReceiveBuffer(str)

Enables internal buffer to receive NB data. Increases memory efficiency.